:root{
--shadow-card:0 1px 2px color-mix(in oklch, var(--ink-950) 8%, transparent), 0 8px 24px color-mix(in oklch, var(--ink-950) 10%, transparent);
--shadow-lifted:0 4px 8px color-mix(in oklch, var(--ink-950) 10%, transparent), 0 24px 48px color-mix(in oklch, var(--ink-950) 18%, transparent);
--shadow-inset-line:inset 0 1px 0 color-mix(in oklch, var(--parchment-50) 40%, transparent);
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-md:280ms; /* @kind other */
--duration-slow:520ms; /* @kind other */
--blur-scrim:12px;
}
